home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / dubltk25.zip / MULTI-ED.BAT < prev    next >
DOS Batch File  |  1993-05-31  |  668b  |  15 lines

  1. :This is the DoubleTake Professional file editor batch file for
  2. :editors which can accept multiple files on the command line.
  3. :Change the name of this file to DTEd2Fil.BAT to invoke the
  4. :following commands when you press [Alt-E] in DoubleTake.
  5. :The name "q" following represents an editor which must be in your
  6. :DOS PATH and can accept two files on the command line.
  7. :Parameters %3 and %4 are line numbers, which are not used for this
  8. :editor.  See Ed-LinNo.BAT for an example of an editor which can
  9. :begin and immediately position the cursor to a given line.
  10. q %1 %2
  11. :done
  12. pause
  13. :The pause let's you see any DOS messages before
  14. :returning to DoubleTake
  15.